home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Landmark / _install / notOS.sh < prev   
Linux/UNIX/POSIX Shell Script  |  1997-02-28  |  169b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This demonstration is for Solaris on SPARC only."
  5.         echo ""
  6.         echo "Hit return to exit."
  7.         read return
  8. exit 0
  9.